Lua/Shared/Transform3/Functions/Translate
From JC2-MP Documentation
< Lua | Shared | Transform3
Returns | Transform3 |
---|---|
Prototype | Transform3:Translate(Vector3 translation) |
Description | Translates the transform by the given vector. |
Additional Notes
- This operation does not yield a new transform object, the returned object and the subject are the same.